<xs:complexType name="CompatibilitySetType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The information about a compatibility set.</xs:documentation> </xs:annotation> <xs:all> <xs:element name="CompatibilitySetID" type="CompatibilitySetIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="Name" type="CSNameType" maxOccurs="1" minOccurs="0" /> <xs:element name="CategoryID" type="Category1IDType" maxOccurs="1" minOccurs="0" /> <xs:element name="CategoryName" type="Category1NameType" maxOccurs="1" minOccurs="0" /> <xs:element name="OrdinalID" type="OrdinalIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="Compatibilities" type="CompatibilitiesType" maxOccurs="1" minOccurs="1" /> </xs:all> </xs:complexType>
© 2022 All Rights Reserved.